Open Bug 1968272 Opened 9 days ago Updated 8 days ago

Fix a clippy warning in tools/profiler/rust-api/src/thread.rs

Categories

(Developer Infrastructure :: Lint and Formatting, task)

Tracking

(Not tracked)

People

(Reporter: Sylvestre, Unassigned, Mentored)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug, Whiteboard: [lang=rust])

Filling as a good first bug to learn workflows.

    tools/profiler/rust-api/src/thread.rs
    5: warning this is an outer doc comment and does not apply to the parent module or crate clippy::suspicious_doc_comments (clippy)

Link to the code:
https://searchfox.org/mozilla-central/source/tools/profiler/rust-api/src/thread.rs#5
to run clippy:

./mach lint -W -l clippy tools/profiler/rust-api/src

As the change is trivial, it is just to learn how to contribute to Firefox.

Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
https://firefox-source-docs.mozilla.org/contributing/stack_quickref.html

Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.

Blocks: clippy
No longer depends on: clippy
You need to log in before you can comment on or make changes to this bug.